little endian meaning in Chinese
和小尾数法
小尾数法
Examples
- All processors must be designated as either big endian or little endian
任何处理器都必须设计成要么是大端字节序,或者要么小端字节序。 - Little endian architectures require byte - swapping - a slight performance disadvantage for networked applications
低位优先架构要求字节交换对网络应用程序来说,这是一个轻微的性能弱点。 - Little endian means that the least significant byte of any multibyte data field is stored at the lowest memory address , which is also the address of the larger field
小端字节意味着任意多字节数据字段的低位字节存储于低的内存地址中,低内存地址也是大字段的地址。 - For that reason , it may be unwise to select a little endian processor for use in a device , such as a router or gateway , with an abundance of network functionality
正由于该原因,在需要大量网络功能的设备中(比如路由器或者网关) ,使用一个小端字节序的处理器是不明智的。 - Big endian architectures , such as the powerpc , have an advantage over little endian architectures such as the intel pentium series in that network byte order is big endian
高位优先架构(比如powerpc )比低位优先架构(比如intel pentium系列,其网络字节顺序是高位优先)有优势。